FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/bc-MotherOf

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeStructureDefinition
Idbc-MotherOf
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.3-rc7&canonical=http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf
URLhttp://nictiz.nl/fhir/StructureDefinition/bc-MotherOf
Version1.3.2
Statusactive
Namebc-MotherOf
Titlebc-MotherOf
Realmnl
DescriptionA RelatedPerson profile describing the relation between mother and child as defined by BabyConnect. The RelatedPerson is the mother, which is a related person of the child Patient. * The RelatedPerson.patient refers to the child Patient * The RelatedPerson.link refers to the mother Patient, RelatedPerson.link.type is set to seealso
CopyrightCC0
TypeRelatedPerson
Kindresource

Resources that use this resource

StructureDefinition
bc-Womanbc-Woman

Resources that this resource uses

StructureDefinition
bc-Childbc-Child

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "bc-MotherOf",
  "url": "http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf",
  "version": "1.3.2",
  "name": "bc-MotherOf",
  "title": "bc-MotherOf",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "geboortezorg@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A RelatedPerson profile describing the relation between mother and child as defined by BabyConnect. \r\nThe RelatedPerson is the mother, which is a related person of the child Patient.\r\n* The RelatedPerson.patient refers to the child Patient\r\n* The RelatedPerson.link refers to the mother Patient, RelatedPerson.link.type is set to seealso",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "gebz-peri-v2.3",
      "uri": "https://decor.nictiz.nl/art-decor/decor-datasets--peri20-?id=2.16.840.1.113883.2.4.3.11.60.90.77.1.6&effectiveDate=2016-09-08T00%3A00%3A00&conceptId=2.16.840.1.113883.2.4.3.11.60.90.77.2.6.40050&conceptEffectiveDate=2016-09-08T00%3A00%3A00",
      "name": "Geboortezorg Perinatologie 2.3"
    },
    {
      "identity": "gebz-peri-v3.2",
      "uri": "https://decor.nictiz.nl/art-decor/decor-datasets-\\-peri20-?id=2.16.840.1.113883.2.4.3.11.60.90.77.1.6&effectiveDate=2016-09-08T00%3A00%3A00&conceptId=2.16.840.1.113883.2.4.3.11.60.90.77.2.6.4&conceptEffectiveDate=2016-09-08T00%3A00%3A00",
      "name": "Geboortezorg 3.2"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/bc-Child"
          }
        ]
      },
      {
        "id": "RelatedPerson.relationship.coding",
        "path": "RelatedPerson.relationship.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "RelatedPerson.relationship.coding:mother",
        "path": "RelatedPerson.relationship.coding",
        "sliceName": "mother",
        "patternCoding": {
          "system": "http://hl7.org/fhir/v3/RoleCode",
          "code": "MTH",
          "display": "Mother"
        }
      }
    ]
  }
}